home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SuperHack
/
SuperHack CD.bin
/
CODING
/
DEMOS
/
CIVAX6.ZIP
/
PIC1.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1995-10-13
|
387 b
|
16 lines
Unit PIC1;
{-----------------}
{--} INTERFACE {--}
{-----------------}
Procedure PIC001;
{----------------------}
{--} IMPLEMENTATION {--}
{----------------------}
Procedure PIC001;External; {$L PIC1.OBJ}
End.